home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TRPSTATUSFORM / TRPSTATUSFORM.txt
Text File  |  1997-05-14  |  637b  |  34 lines

  1. object RPStatusForm: TRPStatusForm
  2.   Left = 361
  3.   Top = 258
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Report Status'
  7.   ClientHeight = 113
  8.   ClientWidth = 361
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object StatusLabel: TLabel
  17.     Left = 8
  18.     Top = 16
  19.     Width = 345
  20.     Height = 49
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.   end
  24.   object CancelButton: TBitBtn
  25.     Left = 128
  26.     Top = 72
  27.     Width = 89
  28.     Height = 33
  29.     TabOrder = 0
  30.     OnClick = CancelButtonClick
  31.     Kind = bkCancel
  32.   end
  33. end
  34.